home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0040.dms / q0040.adf / split / Makefile < prev    next >
Makefile  |  1990-11-30  |  164b  |  11 lines

  1. # Compile the split program
  2.  
  3. split: split.o
  4.     blink with $*.blink
  5.  
  6. .c.o:
  7.     NorthC -Ot:$*.s $*.c
  8.     top t:$*.s t:$*.s1
  9.     a68k -g -q -O$*.o t:$*.s1
  10.     delete t:$*.s t:$*.s1
  11.